CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - array class

搜索资源列表

  1. P_system

    0下载:
  2. 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4671
    • 提供者:zhangk
  1. aarray

    0下载:
  2. 提共以字串來查表的Array Class -offered to a string of Array Class Lookup
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:2038
    • 提供者:鄭線
  1. ADMixer_Meter

    0下载:
  2. 显示wave文件播放时声音的序列-Displaying the array of play of wave file
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-15
    • 文件大小:84520
    • 提供者:站长
  1. 二维数组,映射类

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:10566
    • 提供者:none
  1. array

    0下载:
  2. C++的数组类管理类定义 被本人持续使用并完善超过20年 支持动态数组,和2维数组 类似于VC++中的CArray,且许多内部方法都与CArray的内部方法相同,但效率和方便性比CArray要好许多。特别重要的是:它们可以跨平台地工作于任何C++开发环境。-A c++ array management type definition series. They work like CArray class in VC++.But they work more efficient a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5881
    • 提供者:zeng rongjia
  1. employee

    0下载:
  2. 雇员管理 掌握类的构造函数和析构函数的概念和使用方法 掌握对对象数组、对象的指针及其使用方法 进一步加深对类和对象的理解-Employees to manage a class constructor and destructor of the concepts and master the use of an array of objects, object and its use to further deepen the understanding of classes and objec
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:612
    • 提供者:阿忆
  1. arrayclass

    0下载:
  2. C++算法中关于array类的定义,值得学习-C++ algorithm on the array class definition, it is worth learning
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8694
    • 提供者:Kid
  1. lab_10

    0下载:
  2. 1.将直接插入程序,直接选排程序,冒泡程序,顺序查找函数封装到数组类中,作为成员函数,实现并测试类 2.定义一个整形数组,使用C++标准模板库(STL)中查找函数find()进行数据的查找 3.定义一个对people类对象数组按编号排序的函数,一个按编号查找people对象的函数。在测试过程中对使用前面实验得到的结果定义教师数组和学生数组,分别对教师数组和学生数组进行排序和查找-1. Will directly insert the procedure, direct election
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:7692
    • 提供者:YIDIANER
  1. polynomial

    1下载:
  2. Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent, e.g., the term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:2258
    • 提供者:wang
  1. Array

    0下载:
  2. 数组类的定义,自己写的,根据 清华大学数据结构上面改编的-Array class definition, write, according to the above data structure adapted Tsinghua University
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1724
    • 提供者:陈根
  1. blitz-0.9.tar

    2下载:
  2. blitz++库的相应源码 Blitz++提供了一个N维(1—10)的Array类,这个Array类以reference counting技术实现,支持任意的存储序(row-major的C-style数组,column-major的Fortran-style数组),数组的切割(slicing),子数组的提取(subarray),灵活的Array相关表达式处理。另外提供了可以产生不同分布的随机数(F,Beta,Chi-Square,正态,均匀分布等)的类也是很有特色的。 -blitz++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:3124301
    • 提供者:邓德君
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:252928
    • 提供者:陈婉
  1. Using_MFC_VC_array_class_classical_development_cod

    0下载:
  2. 用MFC的VC++数组类经典开发代码Using MFC in VC + + array class classical development code-Using MFC in VC++ array class classical development code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:12848
    • 提供者:cent
  1. array

    0下载:
  2. 数组类的设计,关于数组类的封装,重载了【】,一些方法-the design of array class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1058
    • 提供者:jack
  1. dynamic-array-distribution

    0下载:
  2. 在c++中利用类模板建立动态数组,实现数组的排序,插入,删除-In c++,use a dynamic array class template, realize the array sort, insert, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3784
    • 提供者:zhusujie
  1. One-dimensional-dynamic-array-class

    0下载:
  2. 一维动态数组类:定义和一维动态数组,包括重载数组运算符-One-dimensional dynamic array class: definition and one-dimensional dynamic array, including overloaded array operator
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:854
    • 提供者:zzs
  1. Dynamic-array-class

    0下载:
  2. 动态数组类,动态数组(Dynamic Array)类的封装练习-Dynamic array class, dynamic array (Dynamic Array) package practice
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-08
    • 文件大小:4579346
    • 提供者:李丁
  1. fast-array

    0下载:
  2. 小马作品,利用快速数组类对文本数组进行快速的赋值.. -by Mister Ma, using fast array class for fast text array assignment ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3960
    • 提供者:宋玉
  1. fast-array

    0下载:
  2. 小马作品,利用快速数组类对文本数组进行快速的赋值-by Mister Ma, using fast array class for fast text array assignment ..
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:4001
    • 提供者:pai951739
  1. Array

    1下载:
  2. C++数组类的定义。构造函数。析构函数。成员函数,-C++ The definition of an array class. Constructor. Destructor. Member functions, and so on........
  3. 所属分类:Other windows programs

« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com